home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / keepy_up.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(press).as
Text File  |  2012-04-23  |  180b  |  13 lines

  1. on(press){
  2.    play();
  3.    tellTarget("../")
  4.    {
  5.       score = Number(score) + 1;
  6.       call("kick");
  7.    }
  8.    with(_root.trspin.footy)
  9.    {
  10.       gotoAndPlay(2);
  11.    }
  12. }
  13.